|
This page last changed on Dec 02, 2014 by kgomes.
The original ESP GUI was a Java application that was connected to a SQL database. Here are the use instructions for that application (some links don't work).
- MBARI Central DB: Use this one if you want to run the GUI against the central MBARI database hosted on a Microsoft SQL Server.
- Launch using JNLP
- Download the GUI Application and launch by:
- Command line: 'java -jar esp-gui-0.2-SNAPSHOT-jar-with-dependencies.jar'
- Or you should be able to double click on the jar in most cases.
- Localhost: Download this version if you want to run the GUI and have it point to a local installation of a MySQL database
- Download the localhost version of the application
- If you have not setup the mysql database before, you will need to use the command line mysql client to create the database, user and assign permissions. Do the following as root on a local installation of mysql
- Launch the application either by command line with
or you should be able to double click on the jar in most cases.
|